docs: remove mention of old GtkList and GtkCList
authorDieter Verfaillie <dieterv@optionexplicit.be>
Sun, 8 Jun 2014 21:39:50 +0000 (23:39 +0200)
committerDieter Verfaillie <dieterv@optionexplicit.be>
Thu, 12 Jun 2014 18:46:21 +0000 (20:46 +0200)
Reported by andlabs in irc://irc.gnome.org/gtk+

https://bugzilla.gnome.org/show_bug.cgi?id=731382

gtk/gtkscrolledwindow.h

index 443a8c9a0f2452f769f21f130e7e8195c29b0333..9ac60f83e74ba5bfcfffd6a4042846e3fad98000 100644 (file)
@@ -122,7 +122,7 @@ typedef enum
  * GtkPolicyType:
  * @GTK_POLICY_ALWAYS: The scrollbar is always visible.
  * @GTK_POLICY_AUTOMATIC: The scrollbar will appear and disappear as necessary. For example,
- *  when all of a #GtkCList can not be seen.
+ *  when all of a #GtkTreeView can not be seen.
  * @GTK_POLICY_NEVER: The scrollbar will never appear.
  *
  * Determines when a scroll bar will be visible.